home *** CD-ROM | disk | FTP | other *** search
/ Chip 2004 December / 2004-12 CHIP.iso / Narzedzia systemowe / WinRescue / WinRescue ME 1.08.25 / wnrsqmez.exe / RescueME.exe / 0 / RCDATA / TFORM8 / TFORM8.txt < prev   
Encoding:
Text File  |  2004-07-30  |  45.0 KB  |  1,672 lines

  1. object Form8: TForm8
  2.   Left = 193
  3.   Top = 109
  4.   HelpContext = 6
  5.   ActiveControl = PageControl1
  6.   BorderIcons = [biSystemMenu, biMinimize]
  7.   BorderStyle = bsDialog
  8.   Caption = 'WinRescue Preferences'
  9.   ClientHeight = 296
  10.   ClientWidth = 571
  11.   Color = clBtnFace
  12.   Font.Charset = DEFAULT_CHARSET
  13.   Font.Color = clWindowText
  14.   Font.Height = -11
  15.   Font.Name = 'MS Sans Serif'
  16.   Font.Style = []
  17.   Icon.Data = {<image000.ico>}
  18.   OldCreateOrder = True
  19.   Position = poScreenCenter
  20.   OnActivate = Form8Activate
  21.   PixelsPerInch = 96
  22.   TextHeight = 13
  23.   object Label36: TLabel
  24.     Left = 8
  25.     Top = 16
  26.     Width = 129
  27.     Height = 13
  28.     Alignment = taCenter
  29.     AutoSize = False
  30.     Caption = 'Contents'
  31.   end
  32.   object PageControl1: TPageControl
  33.     Left = 136
  34.     Top = 8
  35.     Width = 425
  36.     Height = 241
  37.     HelpContext = 6
  38.     ActivePage = TabSheet4
  39.     MultiLine = True
  40.     TabOrder = 0
  41.     OnChange = PageControl1Change
  42.     object TabSheet3: TTabSheet
  43.       HelpContext = 45
  44.       Caption = 'Backup Manager'
  45.       TabVisible = False
  46.       object Label3: TLabel
  47.         Left = 8
  48.         Top = 12
  49.         Width = 401
  50.         Height = 13
  51.         Alignment = taCenter
  52.         AutoSize = False
  53.         Caption = '&List of All Backup Sets'
  54.         FocusControl = ListView1
  55.         Font.Charset = DEFAULT_CHARSET
  56.         Font.Color = clBlue
  57.         Font.Height = -11
  58.         Font.Name = 'MS Sans Serif'
  59.         Font.Style = [fsBold]
  60.         ParentFont = False
  61.       end
  62.       object Label12: TLabel
  63.         Left = 24
  64.         Top = 204
  65.         Width = 105
  66.         Height = 20
  67.         Hint = 
  68.           'Total number of Backups to reach (including the Keep number) bef' +
  69.           'ore old Backups are replaced.'
  70.         AutoSize = False
  71.         Caption = 'Maximum Backups:'
  72.         ParentShowHint = False
  73.         ShowHint = True
  74.         WordWrap = True
  75.       end
  76.       object Label14: TLabel
  77.         Left = 208
  78.         Top = 204
  79.         Width = 41
  80.         Height = 13
  81.         Hint = 'Number of Backups to keep and not replace'
  82.         AutoSize = False
  83.         Caption = 'Keep:'
  84.         ParentShowHint = False
  85.         ShowHint = True
  86.       end
  87.       object Label42: TLabel
  88.         Left = 310
  89.         Top = 198
  90.         Width = 97
  91.         Height = 25
  92.         Alignment = taRightJustify
  93.         AutoSize = False
  94.         Caption = 'Backups to Disks are not shown'
  95.         WordWrap = True
  96.       end
  97.       object ListView1: TListView
  98.         Left = 8
  99.         Top = 32
  100.         Width = 401
  101.         Height = 145
  102.         Columns = <
  103.           item
  104.             Caption = 'Backup Set'
  105.             Width = 100
  106.           end
  107.           item
  108.             Caption = 'Full Path'
  109.             Width = 197
  110.           end
  111.           item
  112.             Caption = 'Date/Time'
  113.             Width = 100
  114.           end>
  115.         RowSelect = True
  116.         TabOrder = 0
  117.         ViewStyle = vsReport
  118.         OnChange = ListView1Change
  119.         OnEdited = ListViewEdited
  120.         OnMouseDown = ListView1MouseDown
  121.       end
  122.       object Button9: TButton
  123.         Left = 275
  124.         Top = 175
  125.         Width = 134
  126.         Height = 18
  127.         Hint = 
  128.           'Deletes the Backup set from this list and all of its files on th' +
  129.           'e hard drive.'
  130.         Caption = '&Delete'
  131.         ParentShowHint = False
  132.         ShowHint = True
  133.         TabOrder = 2
  134.         OnClick = Button9Click
  135.       end
  136.       object Button10: TButton
  137.         Left = 8
  138.         Top = 175
  139.         Width = 134
  140.         Height = 18
  141.         Hint = 'Renames the Backup set.'
  142.         Caption = '&Rename'
  143.         ParentShowHint = False
  144.         ShowHint = True
  145.         TabOrder = 1
  146.         OnClick = Button10Click
  147.       end
  148.       object Button18: TButton
  149.         Left = 142
  150.         Top = 175
  151.         Width = 133
  152.         Height = 18
  153.         Hint = 'Add lost Backup sets to this list.'
  154.         Caption = '&Add'
  155.         ParentShowHint = False
  156.         ShowHint = True
  157.         TabOrder = 3
  158.         OnClick = Button18Click
  159.       end
  160.       object Edit2: TEdit
  161.         Left = 128
  162.         Top = 200
  163.         Width = 33
  164.         Height = 21
  165.         Hint = 
  166.           'Total number of Backups to reach (including the Keep number) bef' +
  167.           'ore old Backups are replaced.'
  168.         ParentShowHint = False
  169.         ShowHint = True
  170.         TabOrder = 4
  171.         Text = '0'
  172.         OnChange = Edit2Change
  173.       end
  174.       object UpDown1: TUpDown
  175.         Left = 161
  176.         Top = 200
  177.         Width = 15
  178.         Height = 21
  179.         Hint = 
  180.           'Total number of Backups to reach (including the Keep number) bef' +
  181.           'ore old Backups are replaced.'
  182.         Associate = Edit2
  183.         Min = 0
  184.         Max = 10000
  185.         ParentShowHint = False
  186.         Position = 0
  187.         ShowHint = True
  188.         TabOrder = 5
  189.         Wrap = False
  190.       end
  191.       object Edit3: TEdit
  192.         Left = 248
  193.         Top = 200
  194.         Width = 25
  195.         Height = 21
  196.         Hint = 'Number of Backups to keep and not replace'
  197.         ParentShowHint = False
  198.         ShowHint = True
  199.         TabOrder = 6
  200.         Text = '0'
  201.         OnChange = Edit3Change
  202.       end
  203.       object UpDown2: TUpDown
  204.         Left = 273
  205.         Top = 200
  206.         Width = 15
  207.         Height = 21
  208.         Hint = 'Number of Backups to keep and not replace'
  209.         Associate = Edit3
  210.         Min = 0
  211.         ParentShowHint = False
  212.         Position = 0
  213.         ShowHint = True
  214.         TabOrder = 7
  215.         Wrap = False
  216.       end
  217.     end
  218.     object TabSheet4: TTabSheet
  219.       Caption = 'Backup Properties'
  220.       TabVisible = False
  221.       object Label7: TLabel
  222.         Left = 32
  223.         Top = 12
  224.         Width = 89
  225.         Height = 13
  226.         AutoSize = False
  227.         Caption = '&Backup Config:'
  228.         FocusControl = ComboBox9
  229.       end
  230.       object PageControl2: TPageControl
  231.         Left = 8
  232.         Top = 40
  233.         Width = 401
  234.         Height = 181
  235.         ActivePage = TabSheet9
  236.         TabIndex = 0
  237.         TabOrder = 0
  238.         TabPosition = tpBottom
  239.         object TabSheet9: TTabSheet
  240.           Caption = 'Introduction'
  241.           object Label13: TLabel
  242.             Left = 24
  243.             Top = 32
  244.             Width = 345
  245.             Height = 89
  246.             Alignment = taCenter
  247.             AutoSize = False
  248.             Caption = 
  249.               'WinRescue allows four different backup configurations.  Choose w' +
  250.               'hich configuration you want to setup from the dropdown box above' +
  251.               '.  Then change the settings on the tabs below.'
  252.             Font.Charset = DEFAULT_CHARSET
  253.             Font.Color = clWindowText
  254.             Font.Height = -16
  255.             Font.Name = 'MS Sans Serif'
  256.             Font.Style = []
  257.             ParentFont = False
  258.             WordWrap = True
  259.           end
  260.         end
  261.         object TabSheet13: TTabSheet
  262.           Caption = 'Settings'
  263.           object Label9: TLabel
  264.             Left = 24
  265.             Top = 19
  266.             Width = 81
  267.             Height = 17
  268.             AutoSize = False
  269.             Caption = '&Backup Type:'
  270.             WordWrap = True
  271.           end
  272.           object Label10: TLabel
  273.             Left = 24
  274.             Top = 49
  275.             Width = 34
  276.             Height = 13
  277.             Caption = '&Target:'
  278.             Font.Charset = DEFAULT_CHARSET
  279.             Font.Color = clBlack
  280.             Font.Height = -11
  281.             Font.Name = 'MS Sans Serif'
  282.             Font.Style = []
  283.             ParentFont = False
  284.           end
  285.           object Label20: TLabel
  286.             Left = 24
  287.             Top = 80
  288.             Width = 92
  289.             Height = 13
  290.             Caption = '&Compression Level:'
  291.             FocusControl = ComboBox6
  292.           end
  293.           object TargetEdit: TEdit
  294.             Left = 72
  295.             Top = 46
  296.             Width = 281
  297.             Height = 21
  298.             Hint = 'Location where the backups will be stored.'
  299.             Font.Charset = DEFAULT_CHARSET
  300.             Font.Color = clBlack
  301.             Font.Height = -11
  302.             Font.Name = 'MS Sans Serif'
  303.             Font.Style = []
  304.             ParentFont = False
  305.             ParentShowHint = False
  306.             ShowHint = True
  307.             TabOrder = 0
  308.             Text = 'TargetEdit'
  309.             OnChange = TargetEditChange
  310.           end
  311.           object Button14: TButton
  312.             Left = 353
  313.             Top = 47
  314.             Width = 17
  315.             Height = 20
  316.             Hint = 'Browse for Target'
  317.             Caption = '...'
  318.             ParentShowHint = False
  319.             ShowHint = True
  320.             TabOrder = 1
  321.             OnClick = Button14Click
  322.           end
  323.           object ComboBox6: TComboBox
  324.             Left = 128
  325.             Top = 76
  326.             Width = 241
  327.             Height = 21
  328.             Hint = 'Choose how packed the backup zip files will be.'
  329.             Style = csDropDownList
  330.             Font.Charset = DEFAULT_CHARSET
  331.             Font.Color = clBlack
  332.             Font.Height = -11
  333.             Font.Name = 'MS Sans Serif'
  334.             Font.Style = []
  335.             ItemHeight = 13
  336.             ParentFont = False
  337.             ParentShowHint = False
  338.             ShowHint = True
  339.             TabOrder = 2
  340.             OnChange = PreferenceChange
  341.             Items.Strings = (
  342.               'Do Not Compress'
  343.               'Low/Fast Compression'
  344.               'Medium Compression'
  345.               'High/Slow Compression'
  346.               'Higher/Slower Compression'
  347.               'Highest/Slowest Compression')
  348.           end
  349.           object ComboBox4: TComboBox
  350.             Left = 120
  351.             Top = 16
  352.             Width = 145
  353.             Height = 21
  354.             ItemHeight = 13
  355.             TabOrder = 3
  356.             Text = 'ComboBox4'
  357.             OnChange = ComboBox4Change
  358.             Items.Strings = (
  359.               'Full'
  360.               'Incremental'
  361.               'Differential'
  362.               'Replace'
  363.               'Full (Archive not reset)')
  364.           end
  365.           object CheckBox11: TCheckBox
  366.             Left = 24
  367.             Top = 112
  368.             Width = 353
  369.             Height = 17
  370.             Caption = 
  371.               'Verify Backup - checks for errors in backup after it is created.' +
  372.               ' '
  373.             TabOrder = 4
  374.             OnClick = PreferenceChange
  375.           end
  376.         end
  377.         object TabSheet10: TTabSheet
  378.           Caption = 'WinFiles'
  379.           object Label16: TLabel
  380.             Left = 40
  381.             Top = 136
  382.             Width = 345
  383.             Height = 13
  384.             AutoSize = False
  385.             Caption = 'User Profile items are not necessary for Crash Recovery.'
  386.           end
  387.           object PreSetsListBox: TCheckListBox
  388.             Left = 8
  389.             Top = 0
  390.             Width = 377
  391.             Height = 129
  392.             Hint = 'Check which files to backup.'
  393.             OnClickCheck = PreferenceChange
  394.             Columns = 2
  395.             ItemHeight = 13
  396.             Items.Strings = (
  397.               'Registry'
  398.               'autoexec.nt (WinConfig)'
  399.               'config.nt (WinConfig)'
  400.               'cmd.exe (WinConfig)'
  401.               'command.com (WinConfig)'
  402.               'ntldr (WinConfig)'
  403.               'ntdetect.com (WinConfig)'
  404.               'boot.ini (WinConfig)'
  405.               'bootfont.bin (WinConfig)'
  406.               'ntbootdd.sys (WinConfig)'
  407.               'bootsect.dos (WinConfig)'
  408.               'Print Hood (User Profile)'
  409.               'Application Data (User Profile)'
  410.               'Desktop (User Profile)'
  411.               'Favorites (User Profile)'
  412.               'Net Hood (User Profile)'
  413.               'Recent (User Profile)'
  414.               'Start Menu (User Profile)'
  415.               'Send To (User Profile)'
  416.               'IE Cache (User Profile)'
  417.               'Control Panel (User Profile)')
  418.             ParentShowHint = False
  419.             ShowHint = True
  420.             TabOrder = 0
  421.           end
  422.         end
  423.         object TabSheet11: TTabSheet
  424.           Caption = 'Other Files'
  425.           object Label19: TLabel
  426.             Left = 8
  427.             Top = 4
  428.             Width = 105
  429.             Height = 69
  430.             Alignment = taCenter
  431.             AutoSize = False
  432.             Caption = 'Create Backup list here.  Only checked backups are backed up.'
  433.             WordWrap = True
  434.           end
  435.           object Button13: TButton
  436.             Left = 8
  437.             Top = 66
  438.             Width = 105
  439.             Height = 17
  440.             Hint = 
  441.               'Add a zip file to this list and specify the files that should be' +
  442.               ' put in it.'
  443.             Caption = '&New'
  444.             ParentShowHint = False
  445.             ShowHint = True
  446.             TabOrder = 0
  447.             OnClick = Button11Click
  448.           end
  449.           object Button15: TButton
  450.             Left = 8
  451.             Top = 86
  452.             Width = 105
  453.             Height = 17
  454.             Hint = 
  455.               'Change the files that will be put in the selected backup zip fil' +
  456.               'e.'
  457.             Caption = '&Edit'
  458.             Enabled = False
  459.             ParentShowHint = False
  460.             ShowHint = True
  461.             TabOrder = 1
  462.             OnClick = Button15Click
  463.           end
  464.           object Button12: TButton
  465.             Left = 8
  466.             Top = 126
  467.             Width = 105
  468.             Height = 17
  469.             Hint = 'Deletes a zip file from this list.'
  470.             Caption = '&Delete'
  471.             Enabled = False
  472.             ParentShowHint = False
  473.             ShowHint = True
  474.             TabOrder = 2
  475.             OnClick = Button12Click
  476.           end
  477.           object FilesListBox: TCheckListBox
  478.             Left = 120
  479.             Top = 8
  480.             Width = 265
  481.             Height = 134
  482.             Hint = 
  483.               'Any extra files that you want to backup will be put into zip fil' +
  484.               'es.  The zip files are listed here.'
  485.             OnClickCheck = PreferenceChange
  486.             ItemHeight = 13
  487.             ParentShowHint = False
  488.             ShowHint = True
  489.             TabOrder = 3
  490.             OnClick = MultiFilesListClick
  491.           end
  492.           object Button19: TButton
  493.             Left = 8
  494.             Top = 106
  495.             Width = 105
  496.             Height = 17
  497.             Hint = 
  498.               'Change the files that will be put in the selected backup zip fil' +
  499.               'e.'
  500.             Caption = 'En&tire Drive'
  501.             ParentShowHint = False
  502.             ShowHint = True
  503.             TabOrder = 4
  504.             OnClick = Button19Click
  505.           end
  506.         end
  507.         object TabSheet5: TTabSheet
  508.           Caption = 'Misc.'
  509.           object Label8: TLabel
  510.             Left = 24
  511.             Top = 80
  512.             Width = 257
  513.             Height = 13
  514.             Hint = 
  515.               'Encrypts during Backup and decrypts during Restore using this pa' +
  516.               'ssword.  Passwords are not saved and must be reentered everytime' +
  517.               ' you open WinRescue.'
  518.             AutoSize = False
  519.             Caption = 'P&assword to use in Backup and Restore (optional):'
  520.             FocusControl = Edit1
  521.             ParentShowHint = False
  522.             ShowHint = True
  523.           end
  524.           object Label1: TLabel
  525.             Left = 332
  526.             Top = 105
  527.             Width = 25
  528.             Height = 13
  529.             Caption = 'bytes'
  530.           end
  531.           object Label44: TLabel
  532.             Left = 24
  533.             Top = 125
  534.             Width = 73
  535.             Height = 30
  536.             AutoSize = False
  537.             Caption = 'Which Registry to Backup'
  538.             Font.Charset = DEFAULT_CHARSET
  539.             Font.Color = clBlack
  540.             Font.Height = -11
  541.             Font.Name = 'MS Sans Serif'
  542.             Font.Style = []
  543.             ParentFont = False
  544.             Transparent = True
  545.             WordWrap = True
  546.           end
  547.           object CheckBox1: TCheckBox
  548.             Left = 24
  549.             Top = 0
  550.             Width = 201
  551.             Height = 17
  552.             Hint = 'If checked WinRescue will close after completing a Backup'
  553.             Caption = 'C&lose WinRescue After Backup'
  554.             Font.Charset = DEFAULT_CHARSET
  555.             Font.Color = clBlack
  556.             Font.Height = -11
  557.             Font.Name = 'MS Sans Serif'
  558.             Font.Style = []
  559.             ParentFont = False
  560.             ParentShowHint = False
  561.             ShowHint = True
  562.             TabOrder = 0
  563.             OnClick = PreferenceChange
  564.           end
  565.           object RadioButton1: TCheckBox
  566.             Left = 24
  567.             Top = 26
  568.             Width = 209
  569.             Height = 17
  570.             Hint = 'This only works for diskettes and removable disks.'
  571.             Caption = '&Delete all files on Disk before Backup'
  572.             Checked = True
  573.             ParentShowHint = False
  574.             ShowHint = True
  575.             State = cbChecked
  576.             TabOrder = 1
  577.             OnClick = PreferenceChange
  578.           end
  579.           object Edit1: TEdit
  580.             Left = 280
  581.             Top = 76
  582.             Width = 97
  583.             Height = 21
  584.             Hint = 
  585.               'Encrypts during Backup and decrypts during Restore using this pa' +
  586.               'ssword.  Passwords are not saved and must be reentered everytime' +
  587.               ' you open WinRescue.'
  588.             ParentShowHint = False
  589.             PasswordChar = '*'
  590.             ShowHint = True
  591.             TabOrder = 2
  592.             OnChange = PreferenceChange
  593.           end
  594.           object CheckBox2: TCheckBox
  595.             Left = 24
  596.             Top = 52
  597.             Width = 225
  598.             Height = 17
  599.             Caption = '&Treat Removable Disk as Fixed Disk'
  600.             TabOrder = 3
  601.             OnClick = PreferenceChange
  602.           end
  603.           object CheckBox9: TCheckBox
  604.             Left = 24
  605.             Top = 104
  606.             Width = 169
  607.             Height = 17
  608.             Caption = 'Save Large Files in Blocks of:'
  609.             TabOrder = 4
  610.             OnClick = CheckBox9Click
  611.           end
  612.           object Edit5: TEdit
  613.             Left = 208
  614.             Top = 102
  615.             Width = 121
  616.             Height = 21
  617.             TabOrder = 5
  618.             OnChange = PreferenceChange
  619.             OnKeyPress = Edit5KeyPress
  620.           end
  621.           object CheckBox10: TCheckBox
  622.             Left = 232
  623.             Top = 0
  624.             Width = 161
  625.             Height = 17
  626.             Caption = '&Minimize during Backup'
  627.             TabOrder = 6
  628.             OnClick = PreferenceChange
  629.           end
  630.           object CheckBox15: TCheckBox
  631.             Left = 248
  632.             Top = 52
  633.             Width = 137
  634.             Height = 17
  635.             Caption = 'Use CD packet format'
  636.             TabOrder = 7
  637.             OnClick = PreferenceChange
  638.           end
  639.           object CheckBox16: TCheckBox
  640.             Left = 232
  641.             Top = 26
  642.             Width = 161
  643.             Height = 17
  644.             Caption = 'Enable Open File Backup'
  645.             TabOrder = 8
  646.           end
  647.           object CurrentRadio1: TRadioButton
  648.             Left = 224
  649.             Top = 133
  650.             Width = 161
  651.             Height = 17
  652.             Caption = '&Current (doesn'#39't always work)'
  653.             Font.Charset = DEFAULT_CHARSET
  654.             Font.Color = clBlack
  655.             Font.Height = -11
  656.             Font.Name = 'MS Sans Serif'
  657.             Font.Style = []
  658.             ParentFont = False
  659.             TabOrder = 9
  660.           end
  661.           object PreviousRadio1: TRadioButton
  662.             Left = 112
  663.             Top = 133
  664.             Width = 105
  665.             Height = 17
  666.             Caption = '&Previous (safest)'
  667.             Checked = True
  668.             Font.Charset = DEFAULT_CHARSET
  669.             Font.Color = clBlack
  670.             Font.Height = -11
  671.             Font.Name = 'MS Sans Serif'
  672.             Font.Style = []
  673.             ParentFont = False
  674.             TabOrder = 10
  675.             TabStop = True
  676.           end
  677.         end
  678.         object TabSheet14: TTabSheet
  679.           Caption = 'Misc.'
  680.           ImageIndex = 5
  681.           object CheckBox14: TCheckBox
  682.             Left = 24
  683.             Top = 16
  684.             Width = 353
  685.             Height = 17
  686.             Caption = 'No Non-WinRescue CDs'
  687.             TabOrder = 0
  688.           end
  689.           object CheckBox17: TCheckBox
  690.             Left = 24
  691.             Top = 40
  692.             Width = 353
  693.             Height = 17
  694.             Caption = 'Always Blank CDs'
  695.             TabOrder = 1
  696.           end
  697.           object CheckBox18: TCheckBox
  698.             Left = 24
  699.             Top = 64
  700.             Width = 97
  701.             Height = 17
  702.             Caption = 'Eject CD'
  703.             TabOrder = 2
  704.           end
  705.         end
  706.       end
  707.       object ComboBox9: TComboBox
  708.         Left = 120
  709.         Top = 8
  710.         Width = 97
  711.         Height = 21
  712.         Hint = 'Choose which Config to change settings for.'
  713.         ItemHeight = 13
  714.         MaxLength = 10
  715.         ParentShowHint = False
  716.         ShowHint = True
  717.         TabOrder = 1
  718.         Text = 'ComboBox9'
  719.         OnChange = ComboBox9TextChange
  720.         OnClick = ComboBox9Change
  721.         OnDropDown = ComboBox9DropDown
  722.         Items.Strings = (
  723.           'Config 1'
  724.           'Config 2'
  725.           'Config 3'
  726.           'Config 4')
  727.       end
  728.       object Button17: TButton
  729.         Left = 232
  730.         Top = 9
  731.         Width = 145
  732.         Height = 19
  733.         Caption = '&Display Config Settings'
  734.         TabOrder = 2
  735.         OnClick = Button17Click
  736.       end
  737.     end
  738.     object TabSheet8: TTabSheet
  739.       Caption = 'Automation'
  740.       TabVisible = False
  741.       object Label4: TLabel
  742.         Left = 40
  743.         Top = 50
  744.         Width = 169
  745.         Height = 13
  746.         AutoSize = False
  747.         Caption = 'Back up &1st Setup (Config 1).'
  748.         FocusControl = ComboBox2
  749.         Font.Charset = DEFAULT_CHARSET
  750.         Font.Color = clBlack
  751.         Font.Height = -11
  752.         Font.Name = 'MS Sans Serif'
  753.         Font.Style = []
  754.         ParentFont = False
  755.       end
  756.       object Label32: TLabel
  757.         Left = 32
  758.         Top = 148
  759.         Width = 337
  760.         Height = 41
  761.         Alignment = taCenter
  762.         AutoSize = False
  763.         Caption = 
  764.           'Task Scheduler - runs WinRescue at specified time.  Otherwise Fu' +
  765.           'nctions are run when Windows starts.  To use the Task Scheduler ' +
  766.           'one of the Automatic Functions must be set to Use Scheduler.'
  767.         Font.Charset = DEFAULT_CHARSET
  768.         Font.Color = clWindowText
  769.         Font.Height = -11
  770.         Font.Name = 'MS Sans Serif'
  771.         Font.Style = []
  772.         ParentFont = False
  773.         WordWrap = True
  774.       end
  775.       object Label38: TLabel
  776.         Left = 40
  777.         Top = 98
  778.         Width = 169
  779.         Height = 13
  780.         AutoSize = False
  781.         Caption = 'Back up &3nd Setup (Config 3).'
  782.         FocusControl = ComboBox7
  783.         Font.Charset = DEFAULT_CHARSET
  784.         Font.Color = clBlack
  785.         Font.Height = -11
  786.         Font.Name = 'MS Sans Serif'
  787.         Font.Style = []
  788.         ParentFont = False
  789.       end
  790.       object Label39: TLabel
  791.         Left = 40
  792.         Top = 74
  793.         Width = 169
  794.         Height = 13
  795.         AutoSize = False
  796.         Caption = 'Back up &2nd Setup (Config 2).'
  797.         FocusControl = ComboBox8
  798.         Font.Charset = DEFAULT_CHARSET
  799.         Font.Color = clBlack
  800.         Font.Height = -11
  801.         Font.Name = 'MS Sans Serif'
  802.         Font.Style = []
  803.         ParentFont = False
  804.       end
  805.       object Label6: TLabel
  806.         Left = 40
  807.         Top = 122
  808.         Width = 169
  809.         Height = 13
  810.         AutoSize = False
  811.         Caption = 'Back up &4th Setup (Config 4).'
  812.         FocusControl = ComboBox10
  813.         Font.Charset = DEFAULT_CHARSET
  814.         Font.Color = clBlack
  815.         Font.Height = -11
  816.         Font.Name = 'MS Sans Serif'
  817.         Font.Style = []
  818.         ParentFont = False
  819.       end
  820.       object Label2: TLabel
  821.         Left = 40
  822.         Top = 26
  823.         Width = 169
  824.         Height = 13
  825.         AutoSize = False
  826.         Caption = 'S&tart WinRescue and Wait.'
  827.         Font.Charset = DEFAULT_CHARSET
  828.         Font.Color = clBlack
  829.         Font.Height = -11
  830.         Font.Name = 'MS Sans Serif'
  831.         Font.Style = []
  832.         ParentFont = False
  833.       end
  834.       object Label43: TLabel
  835.         Left = 40
  836.         Top = 197
  837.         Width = 273
  838.         Height = 33
  839.         Alignment = taCenter
  840.         AutoSize = False
  841.         Caption = 
  842.           'Seconds to pause before running automated session at startup (al' +
  843.           'lows other programs to finish):'
  844.         WordWrap = True
  845.       end
  846.       object ComboBox2: TComboBox
  847.         Left = 216
  848.         Top = 46
  849.         Width = 153
  850.         Height = 21
  851.         Style = csDropDownList
  852.         Font.Charset = DEFAULT_CHARSET
  853.         Font.Color = clBlack
  854.         Font.Height = -11
  855.         Font.Name = 'MS Sans Serif'
  856.         Font.Style = []
  857.         ItemHeight = 13
  858.         ParentFont = False
  859.         TabOrder = 0
  860.         OnChange = FreqClick
  861.         Items.Strings = (
  862.           'Daily'
  863.           'Weekly'
  864.           'Bi-Weekly'
  865.           'Monthly'
  866.           'Use Scheduler'
  867.           'Do Not Perform')
  868.       end
  869.       object ComboBox7: TComboBox
  870.         Left = 216
  871.         Top = 94
  872.         Width = 153
  873.         Height = 21
  874.         Style = csDropDownList
  875.         Font.Charset = DEFAULT_CHARSET
  876.         Font.Color = clBlack
  877.         Font.Height = -11
  878.         Font.Name = 'MS Sans Serif'
  879.         Font.Style = []
  880.         ItemHeight = 13
  881.         ParentFont = False
  882.         TabOrder = 1
  883.         OnChange = FreqClick
  884.         Items.Strings = (
  885.           'Daily'
  886.           'Weekly'
  887.           'Bi-Weekly'
  888.           'Monthly'
  889.           'Use Scheduler'
  890.           'Do Not Perform')
  891.       end
  892.       object ComboBox8: TComboBox
  893.         Left = 216
  894.         Top = 70
  895.         Width = 153
  896.         Height = 21
  897.         Style = csDropDownList
  898.         Font.Charset = DEFAULT_CHARSET
  899.         Font.Color = clBlack
  900.         Font.Height = -11
  901.         Font.Name = 'MS Sans Serif'
  902.         Font.Style = []
  903.         ItemHeight = 13
  904.         ParentFont = False
  905.         TabOrder = 2
  906.         OnChange = FreqClick
  907.         Items.Strings = (
  908.           'Daily'
  909.           'Weekly'
  910.           'Bi-Weekly'
  911.           'Monthly'
  912.           'Use Scheduler'
  913.           'Do Not Perform')
  914.       end
  915.       object ComboBox10: TComboBox
  916.         Left = 216
  917.         Top = 118
  918.         Width = 153
  919.         Height = 21
  920.         Style = csDropDownList
  921.         Font.Charset = DEFAULT_CHARSET
  922.         Font.Color = clBlack
  923.         Font.Height = -11
  924.         Font.Name = 'MS Sans Serif'
  925.         Font.Style = []
  926.         ItemHeight = 13
  927.         ParentFont = False
  928.         TabOrder = 3
  929.         OnChange = FreqClick
  930.         Items.Strings = (
  931.           'Daily'
  932.           'Weekly'
  933.           'Bi-Weekly'
  934.           'Monthly'
  935.           'Use Scheduler'
  936.           'Do Not Perform')
  937.       end
  938.       object ComboBox1: TComboBox
  939.         Left = 216
  940.         Top = 22
  941.         Width = 153
  942.         Height = 21
  943.         Style = csDropDownList
  944.         Font.Charset = DEFAULT_CHARSET
  945.         Font.Color = clBlack
  946.         Font.Height = -11
  947.         Font.Name = 'MS Sans Serif'
  948.         Font.Style = []
  949.         ItemHeight = 13
  950.         ParentFont = False
  951.         TabOrder = 4
  952.         OnChange = FreqClick
  953.         Items.Strings = (
  954.           'Daily'
  955.           'Weekly'
  956.           'Bi-Weekly'
  957.           'Monthly'
  958.           'Use Scheduler'
  959.           'Do Not Perform')
  960.       end
  961.       object SpinEdit1: TSpinEdit
  962.         Left = 320
  963.         Top = 200
  964.         Width = 49
  965.         Height = 22
  966.         MaxValue = 999
  967.         MinValue = 0
  968.         TabOrder = 5
  969.         Value = 0
  970.         OnChange = PreferenceChange
  971.       end
  972.     end
  973.     object TabSheet7: TTabSheet
  974.       Caption = 'Advanced'
  975.       TabVisible = False
  976.       object Label34: TLabel
  977.         Left = 24
  978.         Top = 16
  979.         Width = 363
  980.         Height = 33
  981.         AutoSize = False
  982.         Caption = 
  983.           '   These options are here in case your computer setup is not com' +
  984.           'patible with some of WinRescue functions.'
  985.         WordWrap = True
  986.       end
  987.       object GroupBox1: TGroupBox
  988.         Left = 56
  989.         Top = 56
  990.         Width = 313
  991.         Height = 65
  992.         Caption = 'Default Directories'
  993.         TabOrder = 0
  994.         object Button4: TTransparentButton
  995.           Left = 17
  996.           Top = 22
  997.           Width = 64
  998.           Height = 28
  999.           Caption = '&Root'
  1000.           Font.Charset = DEFAULT_CHARSET
  1001.           Font.Color = clBlue
  1002.           Font.Height = -11
  1003.           Font.Name = 'MS Sans Serif'
  1004.           Font.Style = []
  1005.           ParentFont = False
  1006.           OnClick = DDirClick
  1007.         end
  1008.         object Button5: TTransparentButton
  1009.           Left = 89
  1010.           Top = 22
  1011.           Width = 64
  1012.           Height = 28
  1013.           Caption = '&Startup'
  1014.           Font.Charset = DEFAULT_CHARSET
  1015.           Font.Color = clBlue
  1016.           Font.Height = -11
  1017.           Font.Name = 'MS Sans Serif'
  1018.           Font.Style = []
  1019.           ParentFont = False
  1020.           OnClick = DDirClick
  1021.         end
  1022.         object Button8: TTransparentButton
  1023.           Left = 161
  1024.           Top = 22
  1025.           Width = 64
  1026.           Height = 28
  1027.           Caption = '&Temp'
  1028.           Font.Charset = DEFAULT_CHARSET
  1029.           Font.Color = clBlue
  1030.           Font.Height = -11
  1031.           Font.Name = 'MS Sans Serif'
  1032.           Font.Style = []
  1033.           ParentFont = False
  1034.           OnClick = DDirClick
  1035.         end
  1036.         object TransparentButton1: TTransparentButton
  1037.           Left = 233
  1038.           Top = 22
  1039.           Width = 64
  1040.           Height = 28
  1041.           Caption = '&User'
  1042.           Font.Charset = DEFAULT_CHARSET
  1043.           Font.Color = clBlue
  1044.           Font.Height = -11
  1045.           Font.Name = 'MS Sans Serif'
  1046.           Font.Style = []
  1047.           ParentFont = False
  1048.           OnClick = DDirClick
  1049.         end
  1050.       end
  1051.       object CheckBox13: TCheckBox
  1052.         Left = 104
  1053.         Top = 140
  1054.         Width = 241
  1055.         Height = 17
  1056.         Caption = 'Do Not &Prompt for Deleting Subdirectories'
  1057.         TabOrder = 1
  1058.         OnClick = PreferenceChange
  1059.       end
  1060.       object RadioGroup2: TRadioGroup
  1061.         Left = 24
  1062.         Top = 168
  1063.         Width = 169
  1064.         Height = 57
  1065.         Hint = 
  1066.           '   If the computer hangs with a blank screen and a blinking curs' +
  1067.           'or when restarting Windows after RegPack or Restore, try checkin' +
  1068.           'g "autoexec.bat".'
  1069.         Caption = 'Windows Restart'
  1070.         ItemIndex = 0
  1071.         Items.Strings = (
  1072.           'startwin.pif'
  1073.           'autoexec.bat')
  1074.         ParentShowHint = False
  1075.         ShowHint = True
  1076.         TabOrder = 2
  1077.         OnClick = PreferenceChange
  1078.       end
  1079.       object RadioGroup1: TRadioGroup
  1080.         Left = 224
  1081.         Top = 168
  1082.         Width = 169
  1083.         Height = 57
  1084.         Caption = 'Cab Extractor'
  1085.         ItemIndex = 0
  1086.         Items.Strings = (
  1087.           'Use &Driver'
  1088.           'Use &command.com')
  1089.         TabOrder = 3
  1090.         OnClick = PreferenceChange
  1091.       end
  1092.     end
  1093.     object TabSheet1: TTabSheet
  1094.       Caption = 'Desktop Icons'
  1095.       TabVisible = False
  1096.       object Label17: TLabel
  1097.         Left = 16
  1098.         Top = 8
  1099.         Width = 385
  1100.         Height = 39
  1101.         Alignment = taCenter
  1102.         AutoSize = False
  1103.         Caption = 
  1104.           'This feature allows you to put an icon on the desktop and cause ' +
  1105.           'it to automatically perform something when it is clicked.  Exist' +
  1106.           'ing WinRescue icons on the desktop can also be changed here.'
  1107.         WordWrap = True
  1108.       end
  1109.       object Label18: TLabel
  1110.         Left = 16
  1111.         Top = 75
  1112.         Width = 81
  1113.         Height = 13
  1114.         AutoSize = False
  1115.         Caption = '&Type in Title:'
  1116.         FocusControl = Edit4
  1117.       end
  1118.       object Label21: TLabel
  1119.         Left = 8
  1120.         Top = 136
  1121.         Width = 81
  1122.         Height = 49
  1123.         Alignment = taCenter
  1124.         AutoSize = False
  1125.         Caption = 'Or Select an &Existing Icon from the List'
  1126.         FocusControl = ListBox1
  1127.         WordWrap = True
  1128.       end
  1129.       object Edit4: TEdit
  1130.         Left = 104
  1131.         Top = 72
  1132.         Width = 121
  1133.         Height = 21
  1134.         TabOrder = 0
  1135.       end
  1136.       object CheckBox3: TCheckBox
  1137.         Left = 248
  1138.         Top = 64
  1139.         Width = 161
  1140.         Height = 17
  1141.         Caption = '&Start and Wait'
  1142.         TabOrder = 1
  1143.       end
  1144.       object CheckBox4: TCheckBox
  1145.         Left = 248
  1146.         Top = 84
  1147.         Width = 161
  1148.         Height = 17
  1149.         Caption = 'Back up &1st Config'
  1150.         TabOrder = 2
  1151.       end
  1152.       object CheckBox5: TCheckBox
  1153.         Left = 248
  1154.         Top = 104
  1155.         Width = 161
  1156.         Height = 17
  1157.         Caption = 'Back up &2nd Config'
  1158.         TabOrder = 3
  1159.       end
  1160.       object CheckBox6: TCheckBox
  1161.         Left = 248
  1162.         Top = 124
  1163.         Width = 161
  1164.         Height = 17
  1165.         Caption = 'Back up &3rd Config'
  1166.         TabOrder = 4
  1167.       end
  1168.       object CheckBox7: TCheckBox
  1169.         Left = 248
  1170.         Top = 144
  1171.         Width = 161
  1172.         Height = 17
  1173.         Caption = 'Back up &4th Config'
  1174.         TabOrder = 5
  1175.       end
  1176.       object CheckBox8: TCheckBox
  1177.         Left = 248
  1178.         Top = 164
  1179.         Width = 161
  1180.         Height = 17
  1181.         Caption = '&RegPack'
  1182.         TabOrder = 6
  1183.       end
  1184.       object ListBox1: TListBox
  1185.         Left = 104
  1186.         Top = 104
  1187.         Width = 121
  1188.         Height = 113
  1189.         ItemHeight = 13
  1190.         TabOrder = 7
  1191.         OnClick = ListBox1Click
  1192.       end
  1193.       object Button7: TButton
  1194.         Left = 248
  1195.         Top = 200
  1196.         Width = 137
  1197.         Height = 25
  1198.         Caption = '&Create Desktop Icon'
  1199.         TabOrder = 8
  1200.         OnClick = CreateIcon
  1201.       end
  1202.     end
  1203.     object TabSheet2: TTabSheet
  1204.       Caption = 'TabSheet2'
  1205.       TabVisible = False
  1206.       object Label11: TLabel
  1207.         Left = 16
  1208.         Top = 8
  1209.         Width = 385
  1210.         Height = 25
  1211.         Alignment = taCenter
  1212.         AutoSize = False
  1213.         Caption = 'How would you like the Backups to be named?'
  1214.         Font.Charset = DEFAULT_CHARSET
  1215.         Font.Color = clWindowText
  1216.         Font.Height = -11
  1217.         Font.Name = 'MS Sans Serif'
  1218.         Font.Style = [fsBold]
  1219.         ParentFont = False
  1220.         WordWrap = True
  1221.       end
  1222.       object Label22: TLabel
  1223.         Left = 16
  1224.         Top = 56
  1225.         Width = 209
  1226.         Height = 13
  1227.         AutoSize = False
  1228.         Caption = 'Enter Format to use here ( dd/mm/yy ):'
  1229.       end
  1230.       object Label37: TLabel
  1231.         Left = 16
  1232.         Top = 80
  1233.         Width = 393
  1234.         Height = 13
  1235.         AutoSize = False
  1236.         Caption = 'Example of Today'#39's Date in the above format:'
  1237.       end
  1238.       object RadioButton3: TRadioButton
  1239.         Left = 16
  1240.         Top = 32
  1241.         Width = 161
  1242.         Height = 17
  1243.         Caption = 'Use Date ( 07/22/2000 )'
  1244.         Checked = True
  1245.         TabOrder = 0
  1246.         TabStop = True
  1247.         OnClick = RadioButton3Click
  1248.       end
  1249.       object RadioButton2: TRadioButton
  1250.         Left = 176
  1251.         Top = 32
  1252.         Width = 233
  1253.         Height = 17
  1254.         Caption = 'Use Consecutive Numbers ( 1, 2, 3, 4, etc.)'
  1255.         TabOrder = 1
  1256.         OnClick = RadioButton3Click
  1257.       end
  1258.       object Edit6: TEdit
  1259.         Left = 224
  1260.         Top = 53
  1261.         Width = 89
  1262.         Height = 21
  1263.         TabOrder = 2
  1264.         OnChange = Edit6Change
  1265.       end
  1266.       object Panel1: TPanel
  1267.         Left = 8
  1268.         Top = 96
  1269.         Width = 401
  1270.         Height = 121
  1271.         BevelOuter = bvLowered
  1272.         Caption = 'Panel1'
  1273.         TabOrder = 3
  1274.         object Label23: TLabel
  1275.           Left = 8
  1276.           Top = 8
  1277.           Width = 185
  1278.           Height = 13
  1279.           AutoSize = False
  1280.           Caption = 'd - day without leading zero ( 1, 2 )'
  1281.         end
  1282.         object Label24: TLabel
  1283.           Left = 8
  1284.           Top = 24
  1285.           Width = 185
  1286.           Height = 13
  1287.           AutoSize = False
  1288.           Caption = 'dd - day with a leading zero ( 01, 02 )'
  1289.         end
  1290.         object Label25: TLabel
  1291.           Left = 8
  1292.           Top = 40
  1293.           Width = 185
  1294.           Height = 13
  1295.           AutoSize = False
  1296.           Caption = 'ddd - day as abbreviation (Sun,Sat)'
  1297.         end
  1298.         object Label28: TLabel
  1299.           Left = 8
  1300.           Top = 56
  1301.           Width = 185
  1302.           Height = 13
  1303.           AutoSize = False
  1304.           Caption = 'dddd - day as full name (Sunday)'
  1305.         end
  1306.         object Label26: TLabel
  1307.           Left = 192
  1308.           Top = 80
  1309.           Width = 185
  1310.           Height = 13
  1311.           AutoSize = False
  1312.           Caption = 'yy - year as a two digit number ( 00 )'
  1313.         end
  1314.         object Label27: TLabel
  1315.           Left = 192
  1316.           Top = 96
  1317.           Width = 201
  1318.           Height = 13
  1319.           AutoSize = False
  1320.           Caption = 'yyyy - year as a four digit number ( 2000 )'
  1321.         end
  1322.         object Label35: TLabel
  1323.           Left = 8
  1324.           Top = 88
  1325.           Width = 177
  1326.           Height = 13
  1327.           AutoSize = False
  1328.           Caption = '/ - date separator ( dd/mm/yy )'
  1329.         end
  1330.         object Label33: TLabel
  1331.           Left = 192
  1332.           Top = 56
  1333.           Width = 201
  1334.           Height = 13
  1335.           AutoSize = False
  1336.           Caption = 'mmmm - month as full name (January)'
  1337.         end
  1338.         object Label31: TLabel
  1339.           Left = 192
  1340.           Top = 40
  1341.           Width = 201
  1342.           Height = 13
  1343.           AutoSize = False
  1344.           Caption = 'mmm - month as abbreviation (Jan,Dec)'
  1345.         end
  1346.         object Label30: TLabel
  1347.           Left = 192
  1348.           Top = 24
  1349.           Width = 201
  1350.           Height = 13
  1351.           AutoSize = False
  1352.           Caption = 'mm - month with a leading zero ( 01, 02 )'
  1353.         end
  1354.         object Label29: TLabel
  1355.           Left = 192
  1356.           Top = 8
  1357.           Width = 201
  1358.           Height = 13
  1359.           AutoSize = False
  1360.           Caption = 'm - month without leading zero ( 1, 2 )'
  1361.         end
  1362.       end
  1363.       object CheckBox12: TCheckBox
  1364.         Left = 320
  1365.         Top = 56
  1366.         Width = 89
  1367.         Height = 17
  1368.         Caption = 'Add Config'
  1369.         TabOrder = 4
  1370.         OnClick = PreferenceChange
  1371.       end
  1372.     end
  1373.     object TabSheet6: TTabSheet
  1374.       Caption = 'TabSheet6'
  1375.       ImageIndex = 6
  1376.       TabVisible = False
  1377.       object Label5: TLabel
  1378.         Left = 8
  1379.         Top = 16
  1380.         Width = 401
  1381.         Height = 13
  1382.         Alignment = taCenter
  1383.         AutoSize = False
  1384.         Caption = 'CD Format'
  1385.         Font.Charset = DEFAULT_CHARSET
  1386.         Font.Color = clWindowText
  1387.         Font.Height = -11
  1388.         Font.Name = 'MS Sans Serif'
  1389.         Font.Style = [fsBold]
  1390.         ParentFont = False
  1391.       end
  1392.       object Label15: TLabel
  1393.         Left = 16
  1394.         Top = 48
  1395.         Width = 385
  1396.         Height = 33
  1397.         Alignment = taCenter
  1398.         AutoSize = False
  1399.         Caption = 
  1400.           'WinRescue now backs up directly to a CD without additional solft' +
  1401.           'ware (like, DirectCD or PacketCD).'
  1402.         WordWrap = True
  1403.       end
  1404.       object Label40: TLabel
  1405.         Left = 16
  1406.         Top = 80
  1407.         Width = 385
  1408.         Height = 57
  1409.         Alignment = taCenter
  1410.         AutoSize = False
  1411.         Caption = 
  1412.           'This section allows you to format the CD with a quick format (90' +
  1413.           ' seconds) or a full format (45 minutes).  If you have WinRescue ' +
  1414.           'set up to delete all files on the CD before backing up to it (se' +
  1415.           'e the Misc tab of Backup Properties), a quick format is done.'
  1416.         WordWrap = True
  1417.       end
  1418.       object Label41: TLabel
  1419.         Left = 24
  1420.         Top = 152
  1421.         Width = 121
  1422.         Height = 13
  1423.         AutoSize = False
  1424.         Caption = 'Select CD Drive:'
  1425.       end
  1426.       object CDDrives: TComboBox
  1427.         Left = 144
  1428.         Top = 149
  1429.         Width = 249
  1430.         Height = 21
  1431.         Style = csDropDownList
  1432.         ItemHeight = 0
  1433.         ParentShowHint = False
  1434.         ShowHint = True
  1435.         TabOrder = 0
  1436.         OnChange = CDDrivesChange
  1437.       end
  1438.       object QuickFormat: TButton
  1439.         Left = 56
  1440.         Top = 184
  1441.         Width = 129
  1442.         Height = 25
  1443.         Caption = 'Perform Quick Format'
  1444.         TabOrder = 1
  1445.         OnClick = QuickFormatClick
  1446.       end
  1447.       object FullFormat: TButton
  1448.         Left = 224
  1449.         Top = 184
  1450.         Width = 129
  1451.         Height = 25
  1452.         Caption = 'Perform Full Format'
  1453.         TabOrder = 2
  1454.         OnClick = FullFormatClick
  1455.       end
  1456.     end
  1457.     object TabSheet12: TTabSheet
  1458.       Caption = 'TabSheet12'
  1459.       ImageIndex = 7
  1460.       TabVisible = False
  1461.       object Label46: TLabel
  1462.         Left = 136
  1463.         Top = 48
  1464.         Width = 233
  1465.         Height = 22
  1466.         AutoSize = False
  1467.         Caption = '&Maximum Number of Win98 Backups'
  1468.         FocusControl = SpinEdit2
  1469.         Font.Charset = DEFAULT_CHARSET
  1470.         Font.Color = clBlack
  1471.         Font.Height = -11
  1472.         Font.Name = 'MS Sans Serif'
  1473.         Font.Style = []
  1474.         ParentFont = False
  1475.         Transparent = True
  1476.         WordWrap = True
  1477.       end
  1478.       object Button11: TButton
  1479.         Left = 88
  1480.         Top = 14
  1481.         Width = 225
  1482.         Height = 19
  1483.         Caption = '&Win98 Backup Directory'
  1484.         TabOrder = 0
  1485.         OnClick = DDirClick
  1486.       end
  1487.       object SpinEdit2: TSpinEdit
  1488.         Left = 88
  1489.         Top = 45
  1490.         Width = 41
  1491.         Height = 22
  1492.         EditorEnabled = False
  1493.         Font.Charset = DEFAULT_CHARSET
  1494.         Font.Color = clBlack
  1495.         Font.Height = -11
  1496.         Font.Name = 'MS Sans Serif'
  1497.         Font.Style = []
  1498.         MaxValue = 1000
  1499.         MinValue = 1
  1500.         ParentFont = False
  1501.         TabOrder = 1
  1502.         Value = 1
  1503.         OnClick = PreferenceChange
  1504.       end
  1505.       object Button16: TButton
  1506.         Left = 32
  1507.         Top = 209
  1508.         Width = 345
  1509.         Height = 18
  1510.         Hint = 'Deletes the selected Win98 backup from the hard drive.'
  1511.         Caption = '&Delete'
  1512.         ParentShowHint = False
  1513.         ShowHint = True
  1514.         TabOrder = 2
  1515.         OnClick = Button16Click
  1516.       end
  1517.       object ListView2: TListView
  1518.         Left = 32
  1519.         Top = 80
  1520.         Width = 345
  1521.         Height = 129
  1522.         Columns = <
  1523.           item
  1524.             Caption = 'Win98 Backups'
  1525.             Width = 100
  1526.           end
  1527.           item
  1528.             Caption = 'Date/Time'
  1529.             Width = 166
  1530.           end
  1531.           item
  1532.             Caption = 'Size'
  1533.             Width = 75
  1534.           end>
  1535.         ReadOnly = True
  1536.         RowSelect = True
  1537.         SortType = stText
  1538.         TabOrder = 3
  1539.         ViewStyle = vsReport
  1540.         OnChange = ListView2Change
  1541.         OnMouseDown = ListView2MouseDown
  1542.       end
  1543.     end
  1544.   end
  1545.   object Button1: TButton
  1546.     Left = 304
  1547.     Top = 261
  1548.     Width = 73
  1549.     Height = 25
  1550.     Caption = 'O K'
  1551.     Default = True
  1552.     ModalResult = 1
  1553.     TabOrder = 1
  1554.     OnClick = Button1Click
  1555.   end
  1556.   object Button2: TButton
  1557.     Left = 392
  1558.     Top = 261
  1559.     Width = 73
  1560.     Height = 25
  1561.     Cancel = True
  1562.     Caption = 'Cancel'
  1563.     ModalResult = 2
  1564.     TabOrder = 2
  1565.     OnClick = Button2Click
  1566.   end
  1567.   object Button3: TButton
  1568.     Left = 480
  1569.     Top = 261
  1570.     Width = 73
  1571.     Height = 25
  1572.     Caption = '&Apply'
  1573.     Enabled = False
  1574.     TabOrder = 3
  1575.     OnClick = Button3Click
  1576.   end
  1577.   object Button6: TButton
  1578.     Left = 8
  1579.     Top = 264
  1580.     Width = 73
  1581.     Height = 20
  1582.     Caption = '&Help'
  1583.     TabOrder = 4
  1584.     OnClick = Button6Click
  1585.   end
  1586.   object TreeView1: TTreeView
  1587.     Left = 8
  1588.     Top = 32
  1589.     Width = 129
  1590.     Height = 217
  1591.     Indent = 19
  1592.     TabOrder = 5
  1593.     OnClick = TreeViewClick
  1594.     Items.Data = {
  1595.       07000000270000000000000000000000FFFFFFFFFFFFFFFF0000000000000000
  1596.       0E4261636B7570204D616E616765722A0000000000000000000000FFFFFFFFFF
  1597.       FFFFFF0000000005000000114261636B75702050726F70657274696573250000
  1598.       000000000000000000FFFFFFFFFFFFFFFF00000000000000000C496E74726F64
  1599.       756374696F6E210000000000000000000000FFFFFFFFFFFFFFFF000000000000
  1600.       00000853657474696E6773210000000000000000000000FFFFFFFFFFFFFFFF00
  1601.       000000000000000857696E46696C6573240000000000000000000000FFFFFFFF
  1602.       FFFFFFFF00000000000000000B4F746865722046696C65732600000000000000
  1603.       00000000FFFFFFFFFFFFFFFF00000000000000000D4D697363656C6C616E656F
  1604.       7573250000000000000000000000FFFFFFFFFFFFFFFF00000000000000000C42
  1605.       61636B7570204E616D6573230000000000000000000000FFFFFFFFFFFFFFFF00
  1606.       000000000000000A4175746F6D6174696F6E260000000000000000000000FFFF
  1607.       FFFFFFFFFFFF00000000000000000D4465736B746F702049636F6E7322000000
  1608.       0000000000000000FFFFFFFFFFFFFFFF000000000000000009434420466F726D
  1609.       6174210000000000000000000000FFFFFFFFFFFFFFFF00000000000000000841
  1610.       6476616E636564}
  1611.   end
  1612.   object TreeView2: TTreeView
  1613.     Left = 8
  1614.     Top = 32
  1615.     Width = 129
  1616.     Height = 217
  1617.     Indent = 19
  1618.     TabOrder = 6
  1619.     OnClick = TreeViewClick
  1620.     Items.Data = {
  1621.       08000000270000000000000000000000FFFFFFFFFFFFFFFF0000000000000000
  1622.       0E4261636B7570204D616E616765722A0000000000000000000000FFFFFFFFFF
  1623.       FFFFFF0000000005000000114261636B75702050726F70657274696573250000
  1624.       000000000000000000FFFFFFFFFFFFFFFF00000000000000000C496E74726F64
  1625.       756374696F6E210000000000000000000000FFFFFFFFFFFFFFFF000000000000
  1626.       00000853657474696E6773210000000000000000000000FFFFFFFFFFFFFFFF00
  1627.       000000000000000857696E46696C6573240000000000000000000000FFFFFFFF
  1628.       FFFFFFFF00000000000000000B4F746865722046696C65732600000000000000
  1629.       00000000FFFFFFFFFFFFFFFF00000000000000000D4D697363656C6C616E656F
  1630.       7573250000000000000000000000FFFFFFFFFFFFFFFF00000000000000000C42
  1631.       61636B7570204E616D6573260000000000000000000000FFFFFFFFFFFFFFFF00
  1632.       000000000000000D57696E4D45204261636B7570732300000000000000000000
  1633.       00FFFFFFFFFFFFFFFF00000000000000000A4175746F6D6174696F6E26000000
  1634.       0000000000000000FFFFFFFFFFFFFFFF00000000000000000D4465736B746F70
  1635.       2049636F6E73220000000000000000000000FFFFFFFFFFFFFFFF000000000000
  1636.       000009434420466F726D6174210000000000000000000000FFFFFFFFFFFFFFFF
  1637.       000000000000000008416476616E636564}
  1638.   end
  1639.   object PopupMenu1: TPopupMenu
  1640.     AutoHotkeys = maManual
  1641.     AutoLineReduction = maManual
  1642.     AutoPopup = False
  1643.     Left = 104
  1644.     Top = 280
  1645.     object Dir6: TMenuItem
  1646.       Caption = 'Dir'
  1647.       HelpContext = 810
  1648.       Hint = 'The Current Root Directory'
  1649.     end
  1650.     object Browse6: TMenuItem
  1651.       Caption = '&Browse'
  1652.       HelpContext = 820
  1653.       Hint = 'Click here to assign a different root directory'
  1654.       OnClick = BrowseClick
  1655.     end
  1656.     object N7: TMenuItem
  1657.       Caption = '-'
  1658.       HelpContext = 830
  1659.     end
  1660.     object DefaultDirectory6: TMenuItem
  1661.       Caption = '&Default Directory'
  1662.       HelpContext = 840
  1663.       Hint = 'Change back to the default root directory.'
  1664.       OnClick = DefaultDirectoryClick
  1665.     end
  1666.   end
  1667.   object PopupMenu2: TPopupMenu
  1668.     Left = 160
  1669.     Top = 280
  1670.   end
  1671. end
  1672.